home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Fixation 1.3 / globals.h < prev    next >
Text File  |  1996-04-14  |  244b  |  9 lines

  1. // globals.h
  2. // instances in connexions.c
  3.  
  4. #define TIMESTAMP 0
  5.  
  6. extern ulong curTime;
  7. extern Boolean gPlaying, gSetStyle, gNeedPassword;
  8. extern Boolean gInTheThick, gLookinAtStorage, gSentAlarm;
  9. extern Handle gSound1, gSound2, gSound3, gSound4;